projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dea22c4
)
(menu-bar-select-yank): Add apropos-inhibit property.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Dec 1997 01:46:29 +0000
(
01:46
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Dec 1997 01:46:29 +0000
(
01:46
+0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index 9e512187c75672e2015d21975d8c23564ac66bc6..05c887be7fe321552dd56c9b350cae2aff3425e7 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-562,6
+562,7
@@
Do the same for the keys of the same name."
(if (> (length (cdr yank-menu)) kill-ring-max)
(setcdr (nthcdr kill-ring-max yank-menu) nil)))
+(put 'menu-bar-select-yank 'apropos-inhibit t)
(defun menu-bar-select-yank ()
(interactive "*")
(push-mark (point))